Skip to content

Conversation

@pquentin
Copy link
Member

@pquentin pquentin commented Nov 3, 2025

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

Following you can find the validation changes against the target branch for the APIs.

No changes detected.

You can validate these APIs yourself by using the make validate target.

Copy link
Member Author

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expand_wildcards is special because there's no real default value, each API can set its own.

* Type of data stream that wildcard patterns can match.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default open,closed
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default open,closed
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default all
Copy link
Member Author

* If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default all
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as indices.exist_alias above

* If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default closed
Copy link
Member Author

@pquentin pquentin changed the title Specify default_value for expand_wildcards Fix expand_wildcards default values Nov 3, 2025
@pquentin pquentin requested review from flobernd and l-trotta November 5, 2025 10:11
@l-trotta
Copy link
Contributor

everything checks out, thank you for the thorough work!

@pquentin pquentin merged commit 245d55f into main Nov 12, 2025
10 checks passed
@pquentin pquentin deleted the expand-wildcards-defaults branch November 12, 2025 16:01
@github-actions
Copy link
Contributor

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-5599-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 245d55fe36b997baad0b688e499d116185c8e21b
# Push it to GitHub
git push --set-upstream origin backport-5599-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-5599-to-8.19.

github-actions bot pushed a commit that referenced this pull request Nov 12, 2025
* Specify default_value for expand_wildcards

* Fix one default value

(cherry picked from commit 245d55f)
github-actions bot pushed a commit that referenced this pull request Nov 12, 2025
* Specify default_value for expand_wildcards

* Fix one default value

(cherry picked from commit 245d55f)
pquentin added a commit that referenced this pull request Nov 12, 2025
* Specify default_value for expand_wildcards

* Fix one default value

(cherry picked from commit 245d55f)

# Conflicts:
#	specification/indices/delete_data_stream_options/IndicesDeleteDataStreamOptionsRequest.ts
@pquentin
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
8.19

Questions ?

Please refer to the Backport tool documentation

pquentin added a commit that referenced this pull request Nov 12, 2025
* Specify default_value for expand_wildcards

* Fix one default value

(cherry picked from commit 245d55f)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
pquentin added a commit that referenced this pull request Nov 12, 2025
* Specify default_value for expand_wildcards

* Fix one default value

(cherry picked from commit 245d55f)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
pquentin added a commit that referenced this pull request Nov 12, 2025
* Specify default_value for expand_wildcards

* Fix one default value

(cherry picked from commit 245d55f)

# Conflicts:
#	specification/indices/delete_data_stream_options/IndicesDeleteDataStreamOptionsRequest.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants